home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMENCRYPTAES / TFRMENCRYPTAES.txt
Encoding:
Text File  |  2004-07-08  |  3.6 KB  |  164 lines

  1. object frmEncryptAES: TfrmEncryptAES
  2.   Left = 456
  3.   Top = 184
  4.   Width = 418
  5.   Height = 279
  6.   Caption = 'frmEncryptAES'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pControls: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 410
  24.     Height = 113
  25.     Align = alTop
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object lvFileList: TListView
  30.       Left = 6
  31.       Top = 6
  32.       Width = 275
  33.       Height = 99
  34.       Anchors = [akLeft, akTop, akRight]
  35.       Columns = <
  36.         item
  37.           Width = 250
  38.         end>
  39.       SmallImages = frmFilzipMain.fzImages
  40.       TabOrder = 2
  41.       ViewStyle = vsReport
  42.     end
  43.     object btnEncrypt: TButton
  44.       Left = 327
  45.       Top = 8
  46.       Width = 75
  47.       Height = 25
  48.       Anchors = [akRight, akBottom]
  49.       Caption = 'btnEncrypt'
  50.       Default = True
  51.       TabOrder = 0
  52.       OnClick = btnEncryptClick
  53.     end
  54.     object btnCancel: TButton
  55.       Left = 327
  56.       Top = 36
  57.       Width = 75
  58.       Height = 25
  59.       Anchors = [akRight, akBottom]
  60.       Cancel = True
  61.       Caption = 'btnCancel'
  62.       TabOrder = 1
  63.       OnClick = btnCancelClick
  64.     end
  65.     object btnAdd: TButton
  66.       Left = 285
  67.       Top = 8
  68.       Width = 18
  69.       Height = 48
  70.       Anchors = [akTop, akRight]
  71.       Caption = '+'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clWindowText
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       TabOrder = 3
  79.       OnClick = btnAddClick
  80.     end
  81.     object btnDel: TButton
  82.       Left = 285
  83.       Top = 56
  84.       Width = 18
  85.       Height = 48
  86.       Anchors = [akTop, akRight]
  87.       Caption = '-'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clWindowText
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       TabOrder = 4
  95.       OnClick = btnDelClick
  96.     end
  97.   end
  98.   object PageControl1: TPageControl
  99.     Left = 0
  100.     Top = 113
  101.     Width = 410
  102.     Height = 132
  103.     ActivePage = tsOptions
  104.     Align = alClient
  105.     TabOrder = 1
  106.     object tsOptions: TTabSheet
  107.       Caption = 'tsOptions'
  108.       object pPassphrase: TPanel
  109.         Left = 4
  110.         Top = 4
  111.         Width = 394
  112.         Height = 96
  113.         Anchors = [akLeft, akTop, akRight]
  114.         BevelInner = bvRaised
  115.         BevelOuter = bvLowered
  116.         TabOrder = 0
  117.         object lPassphrase: TLabel
  118.           Left = 8
  119.           Top = 8
  120.           Width = 57
  121.           Height = 13
  122.           Caption = 'lPassphrase'
  123.         end
  124.         object lTypeAgain: TLabel
  125.           Left = 8
  126.           Top = 48
  127.           Width = 53
  128.           Height = 13
  129.           Caption = 'lTypeAgain'
  130.         end
  131.         object edPassphrase: TEdit
  132.           Left = 8
  133.           Top = 24
  134.           Width = 374
  135.           Height = 21
  136.           Anchors = [akLeft, akTop, akRight]
  137.           PasswordChar = '*'
  138.           TabOrder = 0
  139.         end
  140.         object edTypeAgain: TEdit
  141.           Left = 8
  142.           Top = 64
  143.           Width = 374
  144.           Height = 21
  145.           Anchors = [akLeft, akTop, akRight]
  146.           PasswordChar = '*'
  147.           TabOrder = 1
  148.         end
  149.       end
  150.     end
  151.   end
  152.   object fzRijndael: TRijndael
  153.     CipherMode = CBC
  154.     KeySize = Small128
  155.     Left = 328
  156.     Top = 72
  157.   end
  158.   object odAddArchives: TOpenDialog
  159.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  160.     Left = 360
  161.     Top = 72
  162.   end
  163. end
  164.